> For the complete documentation index, see [llms.txt](https://docs.suno.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suno.finance/readme.md).

# Welcome!

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Suno Overview</strong></td><td>What Suno is, the problem it solves, and how the system works.</td><td><a href="/files/G6q4eUjhuzZqByBLpxkh">/files/G6q4eUjhuzZqByBLpxkh</a></td><td><a href="/pages/ik5N6HcUVIBXQgBxyip5">/pages/ik5N6HcUVIBXQgBxyip5</a></td></tr><tr><td><strong>The Suno Protocol</strong></td><td>The technical reference: instruments, pricing, risk, and governance.</td><td><a href="/files/Ig9gc33kjjaoqtqc1ASj">/files/Ig9gc33kjjaoqtqc1ASj</a></td><td><a href="/pages/55aYZp1o21mJyUZmsLsh">/pages/55aYZp1o21mJyUZmsLsh</a></td></tr><tr><td><strong>The Financial Model</strong></td><td>The methodology that turns a solar plant into an auditable value.</td><td><a href="/files/RPXwjx685C98UKWVDdoo">/files/RPXwjx685C98UKWVDdoo</a></td><td><a href="/pages/lS9X7sc1T8ZGAqzLtBqk">/pages/lS9X7sc1T8ZGAqzLtBqk</a></td></tr><tr><td><strong>Check out our communities</strong></td><td>Join the movement. See what’s happening at Suno.</td><td><a href="/files/9GE2dEuJZ4OihkfPfJL9">/files/9GE2dEuJZ4OihkfPfJL9</a></td><td><a href="/pages/6BDA8wC2loSak7d9E91I">/pages/6BDA8wC2loSak7d9E91I</a></td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.suno.finance/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
